Release 10.1A: OpenEdge Development:
Programming Interfaces
Redirecting output
A report procedure outputs to the screen by default and takes control of the application by building reports and pausing one screen at a time. Since this behavior takes control away from the user, you also learned to create a more user friendly interface for reports based on the
OUTPUT TOstatement. Essentially, report output gets redirected from the screen to a temporary file, and then the procedure reads the report results into an editor in a dialog box. This section discusses theOUTPUTTOstatement and shows you how to send report output to text files and printers.Other uses include sending reports to text tables or UNIX devices. See the OpenEdge Development: Progress 4GL Reference for more information about these uses of the
OUTPUTTOstatement.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |